# CMake generated Testfile for # Source directory: D:/VSCodeProjects/C++Course/HomeworkWithGTest/tests # Build directory: D:/VSCodeProjects/C++Course/HomeworkWithGTest/build/tests # # This file includes the relevant testing commands required for # testing this directory and lists subdirectories to be tested as well. add_test(HomeworkWithGTest-main "D:/VSCodeProjects/C++Course/HomeworkWithGTest/bin/HomeworkWithGTest-main.exe") set_tests_properties(HomeworkWithGTest-main PROPERTIES _BACKTRACE_TRIPLES "D:/VSCodeProjects/C++Course/HomeworkWithGTest/tests/CMakeLists.txt;24;ADD_TEST;D:/VSCodeProjects/C++Course/HomeworkWithGTest/tests/CMakeLists.txt;0;") subdirs("googletest")